home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TMYREG / TMYREG.txt
Text File  |  2005-01-28  |  3KB  |  127 lines

  1. object myreg: Tmyreg
  2.   Left = 288
  3.   Top = 157
  4.   HelpContext = 30
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Registration'
  8.   ClientHeight = 249
  9.   ClientWidth = 345
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnExit: TButton
  22.     Left = 194
  23.     Top = 210
  24.     Width = 98
  25.     Height = 28
  26.     Caption = 'E&xit'
  27.     Default = True
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = btnExitClick
  36.   end
  37.   object btnRegister: TButton
  38.     Left = 57
  39.     Top = 210
  40.     Width = 98
  41.     Height = 28
  42.     Caption = 'Buy Online'
  43.     Font.Charset = ANSI_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -13
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     TabOrder = 1
  50.     OnClick = btnRegisterClick
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 0
  54.     Top = 0
  55.     Width = 345
  56.     Height = 198
  57.     Align = alTop
  58.     BevelInner = bvLowered
  59.     TabOrder = 2
  60.     object LabelPrompt: TLabel
  61.       Left = 5
  62.       Top = 170
  63.       Width = 336
  64.       Height = 17
  65.       Alignment = taCenter
  66.       AutoSize = False
  67.       Caption = 'LabelPrompt'
  68.       Font.Charset = ANSI_CHARSET
  69.       Font.Color = clRed
  70.       Font.Height = -13
  71.       Font.Name = 'Arial'
  72.       Font.Style = []
  73.       ParentFont = False
  74.     end
  75.     object Bevel1: TBevel
  76.       Left = 2
  77.       Top = 158
  78.       Width = 341
  79.       Height = 4
  80.       Align = alTop
  81.       Shape = bsTopLine
  82.     end
  83.     object Memo1: TMemo
  84.       Left = 2
  85.       Top = 2
  86.       Width = 341
  87.       Height = 156
  88.       Cursor = crArrow
  89.       Align = alTop
  90.       BorderStyle = bsNone
  91.       Font.Charset = ANSI_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -12
  94.       Font.Name = 'Arial'
  95.       Font.Style = []
  96.       Lines.Strings = (
  97.         'Thank you for your interest in SuperCool PIM'
  98.         ''
  99.         'Please feel free to try this program for up to 30 number of '
  100.         'times. When you have decided that you want to continue '
  101.         'using the program, please register it.'
  102.         ''
  103.         'To register through the internet by credit card on a secure '
  104.         'server, press the Buy Online button below.')
  105.       ParentFont = False
  106.       ReadOnly = True
  107.       TabOrder = 0
  108.     end
  109.   end
  110.   object Button4: TButton
  111.     Left = 102
  112.     Top = 243
  113.     Width = 109
  114.     Height = 28
  115.     Caption = 'Print Order Form'
  116.     Font.Charset = ANSI_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -13
  119.     Font.Name = 'Arial'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 3
  123.     Visible = False
  124.     OnClick = Button4Click
  125.   end
  126. end
  127.